.header {
    position: static;
    color: #fff;
    background-color: #2e82e4;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
@supports (position: sticky) {
    @media (min-width: 768px) {
        .header {
            position: sticky;
            top: 0;
            z-index: 1008;
        }
    }
    @media screen and (max-width: 767.98px) and (orientation: portrait) {
        .header {
            position: sticky;
            top: 0;
            z-index: 1008;
        }
    }
    @media screen and (max-width: 767.98px) and (orientation: landscape) {
        .header {
            position: static;
        }
    }
}
@supports (position: -webkit-sticky) {
    @media (min-width: 768px) {
        .header {
            position: -webkit-sticky;
            top: 0;
            z-index: 1008;
        }
    }
    @media screen and (max-width: 767.98px) and (orientation: portrait) {
        .header {
            position: -webkit-sticky;
            top: 0;
            z-index: 1008;
        }
    }
    @media screen and (max-width: 767.98px) and (orientation: landscape) {
        .header {
            position: static;
        }
    }
}
@media (min-width: 768px) {
    .header {
        min-height: 3rem;
    }
}
.header .header-info {
    color: rgba(255, 255, 255, 0.9);
}
.header > .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .header > .navbar {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
}
@media (max-width: 767.98px) {
    .header > .navbar {
        padding: 0.25rem 15px;
        flex-direction: column;
        justify-content: center;
    }
}
@media (min-width: 1921px) {
    .header > .navbar {
        max-width: 2400px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 2733px) {
    .header > .navbar {
        max-width: 2800px;
        margin-left: auto;
        margin-right: auto;
    }
}
.header > .navbar .brand-ex {
    display: inline-flex;
    align-items: center;
}
.header > .navbar .brand-name {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.25rem;
}
.header > .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .header > .navbar .navbar-brand > img {
        height: 40px;
    }
}
@media (max-width: 767.98px) {
    .header > .navbar .navbar-brand > img {
        height: 38px;
    }
}
@media (max-width: 767.98px) {
    .header > .navbar .quick-links {
        font-size: 0.875em;
    }
}
.header > .navbar .quick-links ul {
    list-style: none;
    margin-bottom: 0;
    padding-inline-start: 0;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}
.header > .navbar .quick-links ul li {
    display: inline;
}
.header > .navbar .quick-links ul li:not(:first-child) {
    margin-left: 0.5rem;
}
.header > .navbar .quick-links ul li > a {
    padding: 0.375rem 0.25rem;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    color: rgba(255, 255, 255, 0.9);
}
.header > .navbar .quick-links ul li > a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom-color: rgba(255, 255, 255, 0.75);
}
.header > .navbar .quick-links ul li .dropdown-menu {
    position: absolute;
}
.header .navbar-user {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .header .navbar-user {
        max-width: 6rem;
    }
}
.header .navbar-nav-svg {
    margin-top: 0.2rem;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-top;
}
.header .menu-wrapper {
    margin-left: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.header .menu-wrapper .menu-item {
    position: relative;
    margin-right: 0.5rem;
}
.header .menu-wrapper .menu-item .menu-title {
    font-weight: bold;
    font-size: 1.25rem;
    padding: 0.375rem 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    white-space: nowrap;
}
.header .menu-wrapper .menu-item .menu-title.notification:before {
    content: ' ';
    border-radius: 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
    background-color: #dc3545;
    color: #fff;
    top: 1px;
    right: 1px;
    position: absolute;
}
.header .menu-wrapper .menu-item .menu-body {
    display: none;
    position: absolute;
    padding: 0.75rem 0.5rem 0.5rem 0.5rem;
    top: 2rem;
    left: 0;
    width: fit-content;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    background-color: rgba(46, 130, 228, 0.85);
}
.header .menu-wrapper .menu-item .menu-body .menu-cloumn:not(:last-child) {
    margin-right: 0.5rem;
}
.header .menu-wrapper .menu-item .menu-body .menu-cloumn .menu-group {
    padding: 0.5rem;
    border-radius: 0.25rem;
    background-color: rgba(255, 255, 255, 0.25);
}
.header .menu-wrapper .menu-item .menu-body .menu-cloumn .menu-group:not(:last-child) {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.header .menu-wrapper .menu-item .menu-body .menu-cloumn .menu-group .menu-group-name {
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #dee2e6;
}
.header .menu-wrapper .menu-item .menu-body .menu-cloumn .menu-group .menu-group-name:empty {
    display: none;
}
.header .menu-wrapper .menu-item .menu-body .menu-cloumn .menu-group .menu-links .menu-link {
    display: inline-block;
    padding-right: 0.5rem;
    min-width: 180px;
    max-width: 300px;
    white-space: nowrap;
    color: #fff;
    position: relative;
}
.header .menu-wrapper .menu-item .menu-body .menu-cloumn .menu-group .menu-links .menu-link:not(:last-child) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
.header .menu-wrapper .menu-item .menu-body .menu-cloumn .menu-group .menu-links .menu-link.notification:after {
    content: ' ';
    border-radius: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #dc3545;
    color: #fff;
    top: 0.5rem;
    right: -0.25rem;
    position: absolute;
}
.header .menu-wrapper .menu-item:hover .menu-title {
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.25);
}
.header .menu-wrapper .menu-item:hover .menu-body {
    display: flex;
}
.footer {
    display: none;
    color: #343a40;
    padding: 1rem 15px;
    border-top: 1px solid #eee;
    font-size: 0.75rem;
}
.footer a {
    color: #343a40;
}
.menu-column {
    order: 0;
    overflow-x: visible;
    background-color: #f9f9f9;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 1921px) {
    .menu-column {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
}
@media (max-width: 767.98px) {
    .menu-column {
        top: 65px;
        left: 0px;
        z-index: 1005;
        overflow-x: hidden;
        width: 260px;
        height: 90%;
        height: calc(100vh - 65px);
    }
}
@media screen and (max-width: 767.98px) and (orientation: landscape) {
    .menu-column {
        position: absolute;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom-right-radius: 0.25rem;
    }
}
@media screen and (max-width: 767.98px) and (orientation: portrait) {
    .menu-column {
        position: fixed;
    }
}
@media (min-width: 768px) {
    .menu-column {
        position: static;
    }
    @supports (position: sticky) {
        .menu-column {
            position: sticky;
            top: 48px;
            z-index: 1005;
            height: calc(100vh - 48px);
        }
    }
    @supports (position: -webkit-sticky) {
        .menu-column {
            position: -webkit-sticky;
            top: 48px;
            z-index: 1005;
            height: calc(100vh - 48px);
        }
    }
}
.menu-column > .sys-list-hanlder {
    position: relative;
}
.menu-column > .sys-list-hanlder > .sys-list-tooltip {
    display: block;
    height: 2.625rem;
}
.menu-column > .sys-list-hanlder > .sys-list-title {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    height: 2.625rem;
    cursor: pointer;
    color: #0056b3;
    background-color: rgba(0, 0, 0, 0.1);
}
.menu-column > .sys-list-hanlder > .sys-list-title:hover {
    color: #0062cc;
    background-color: rgba(0, 0, 0, 0.12);
    text-decoration: none;
}
.menu-column > .sys-list-hanlder > .sys-list-title:focus {
    color: #0062cc;
    background-color: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.menu-column > .sys-list-hanlder > .sys-list {
    display: none;
    position: absolute;
    top: 0.25rem;
    left: 98%;
    background-color: #fff;
    border-radius: 0.25rem;
    z-index: 3001;
}
.menu-column > .sys-list-hanlder > .sys-list .list-group {
    min-width: 200px;
}
.menu-column > .accordion {
    overflow-y: auto;
    border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
    .menu-column > .accordion {
        height: calc(100vh - 48px - 42px);
    }
}
@media (max-width: 767.98px) {
    .menu-column > .accordion {
        height: calc(100vh - 65px - 42px);
    }
}
.menu-column > .accordion .card {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.menu-column > .accordion .card:first-child {
    border-top-width: 0;
}
.menu-column > .accordion .card:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.menu-column > .accordion .card-header {
    background-color: rgba(0, 0, 0, 0.06);
    margin-bottom: 0;
    border-bottom-width: 0;
}
.menu-column > .accordion .card-header:first-child {
    border-radius: 0;
}
.menu-column > .accordion .card-header:hover {
    background-color: rgba(0, 0, 0, 0.07);
}
.menu-column > .accordion .card-header button {
    border-radius: 0;
    text-align: left;
    justify-content: flex-start;
    padding: 0.5rem 15px;
    color: #343a40;
}
.menu-column > .accordion .card-header button:hover {
    color: #007bff;
}
.menu-column > .accordion .card-body {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    min-height: 9.5em;
    overflow-y: auto;
}
.menu-column > .accordion .card-body .list-group-item {
    border-top: 0;
    border-bottom: 0;
    color: #495057;
}
.menu-column > .accordion .card-body .list-group-item:focus {
    color: #007bff;
    background-color: rgba(0, 0, 0, 0.03);
}
.menu-column > .accordion .card-body .list-group-item:active {
    color: #007bff;
    background-color: rgba(0, 0, 0, 0.03);
}
.menu-column > .accordion .card-body .list-group-item:hover {
    color: #007bff;
}
.menu-column .btn-link {
    text-decoration: none;
}
.menu-column .btn-link.focus,
.menu-column .btn-link:focus {
    text-decoration: none;
}
.content-column {
    order: 1;
}
.content-column a {
    cursor: pointer;
}
@media (min-width: 1200px) {
    .col-limited-sm {
        flex: 0 1 160px;
        max-width: 160px;
    }
}
@media (min-width: 1200px) {
    .col-extended-sm {
        flex: 0 0 auto;
        max-width: calc(100% - 160px);
    }
}
@media (min-width: 1200px) {
    .col-limited {
        flex: 0 1 200px;
        max-width: 200px;
    }
}
@media (min-width: 1200px) {
    .col-extended {
        flex: 0 0 auto;
        max-width: calc(100% - 200px);
    }
}
@media (min-width: 1200px) {
    .col-limited-lg {
        flex: 0 1 275px;
        max-width: 275px;
    }
}
@media (min-width: 1200px) {
    .col-extended-lg {
        flex: 0 0 auto;
        max-width: calc(100% - 275px);
    }
}
@media (max-width: 767.98px) {
    .col-extended-fit2window {
        flex: 0 0 auto;
        max-width: calc(100vw);
    }
}
.cx-loader-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: transparent;
}
.cx-loader-wrapper .cx-loader {
    position: relative;
    width: 2.5rem;
    height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    transition: opacity 2s ease-in-out 1s;
}
.cx-loader-wrapper .cx-loader.cx-loader-dots .dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #17a2b8;
    border-radius: 50%;
    position: absolute;
    top: calc(50% + 0.125rem);
}
.cx-loader-wrapper .cx-loader.cx-loader-dots .dot1 {
    left: 0px;
    -webkit-animation: dot-jump 0.5s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
    animation: dot-jump 0.5s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
}
.cx-loader-wrapper .cx-loader.cx-loader-dots .dot2 {
    left: 1rem;
    -webkit-animation: dot-jump 0.5s 0.2s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
    animation: dot-jump 0.5s 0.2s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
}
.cx-loader-wrapper .cx-loader.cx-loader-dots .dot3 {
    left: 2rem;
    -webkit-animation: dot-jump 0.5s 0.4s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
    animation: dot-jump 0.5s 0.4s cubic-bezier(0.77, 0.47, 0.64, 0.28) alternate infinite;
}
@-webkit-keyframes dot-jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes dot-jump {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.content {
    padding: 0 15px;
}
@media (min-width: 768px) {
    .content {
        min-height: calc(100vh - 48px - 1px);
    }
}
@media (max-width: 767.98px) {
    .content {
        min-height: calc(100vh - 65px - 1px);
    }
}
.content > .tab-content > .tab-pane {
    padding-top: 0;
    padding-bottom: 0;
}
.main-content {
    padding-bottom: 0.5rem;
}
.nav-tabs-wrapper {
    position: static;
    z-index: 9;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
    background-color: #fff;
}
@supports (position: sticky) {
    @media (min-width: 768px) {
        .nav-tabs-wrapper {
            position: sticky;
            top: 48px;
        }
    }
    @media screen and (max-width: 767.98px) and (orientation: portrait) {
        .nav-tabs-wrapper {
            position: sticky;
            top: 65px;
        }
    }
}
@supports (position: -webkit-sticky) {
    @media (min-width: 768px) {
        .nav-tabs-wrapper {
            position: -webkit-sticky;
            top: 48px;
        }
    }
    @media screen and (max-width: 767.98px) and (orientation: portrait) {
        .nav-tabs-wrapper {
            position: -webkit-sticky;
            top: 65px;
        }
    }
}
.nav-tabs-ex {
    flex-wrap: nowrap;
}
.nav-tabs-ex .nav-link {
    display: flex;
    align-items: center;
    color: #343a40;
}
.nav-tabs-ex .nav-link.active {
    color: #007bff;
}
.nav-tabs-ex .close {
    font-size: 1em;
    margin-left: 0.5rem;
    opacity: 0.35;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    align-items: center;
    flex-shrink: 0;
}
.nav-tabs-ex .close:hover {
    border: 1px solid #ced4da;
}
.form-control.is-warning:not(.is-invalid) {
    border-color: #fd7e14;
}
.form-control.is-warning:not(.is-invalid):focus {
    border-color: #fd7e14;
    box-shadow: 0 0 0 3px rgba(253, 126, 20, 0.25);
}
.filterbar {
    border-radius: 0.25rem;
    display: none;
}
.filterbar.show {
    display: block;
}
.filterbar .form-group {
    margin-bottom: 0.5em;
}
.filterbar .form-group:last-child {
    margin-bottom: 0px;
}
.filterbar .form-group > label {
    padding-right: 0px;
    white-space: nowrap;
    margin-bottom: 0.5rem;
}
.filterbar .form-group > label.filter-enabled {
    color: #fd7e14;
}
.filterbar .form-group > label.filter-enabled + div .ivu-select-selection,
.filterbar .form-group > label.filter-enabled + div input[type='text'],
.filterbar .form-group > label.filter-enabled + div input[type='email'],
.filterbar .form-group > label.filter-enabled + div button,
.filterbar .form-group > label.filter-enabled + div select,
.filterbar .form-group > label.filter-enabled + div textarea {
    border-color: #fd7e14;
}
.filterbar .form-group > label.filter-enabled + div .ivu-select-selection:focus,
.filterbar .form-group > label.filter-enabled + div input[type='text']:focus,
.filterbar .form-group > label.filter-enabled + div input[type='email']:focus,
.filterbar .form-group > label.filter-enabled + div button:focus,
.filterbar .form-group > label.filter-enabled + div select:focus,
.filterbar .form-group > label.filter-enabled + div textarea:focus {
    border-color: #fd7e14;
    box-shadow: 0 0 0 3px rgba(253, 126, 20, 0.25);
}
.filterbar .form-group > div[class*='col'] {
    padding-left: 0px;
    margin-bottom: 0.5rem;
}
.filterbar form.was-validated .input-group input:invalid + div button {
    border-color: #dc3545;
}
.filterbar form.was-validated .input-group input:invalid + div button:focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25);
}
.toolbar {
    margin-bottom: 0.5rem;
    background-color: #f5f5f5;
    padding: 0.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.25rem;
}
@media (min-width: 768px) {
    .toolbar {
        z-index: 9;
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
    }
}
.toolbar .toolbar-misc {
    justify-content: flex-end;
    align-items: center;
}
.toolbar .toolbar-misc .rounded-circle {
    padding: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-color: lightgray;
    align-items: center;
}
.toolbar.float {
    position: absolute;
    right: -0.75rem;
    flex-direction: column;
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.toolbar.float > div {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
}
.toolbar.float button {
    background-color: #b2e3ef;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    opacity: 0.5;
    margin-bottom: 0.25rem;
}
.toolbar.float button:hover {
    opacity: 1;
    background-color: #007bff;
}
.toolbar.float button i {
    font-size: 1.5em;
    margin-right: 0;
}
.toolbar.float button span {
    font-size: 12px;
    display: none;
}
.toolbar .btn.filter-enabled {
    color: #fd7e14;
    border-color: #fd7e14;
}
.toolbar .btn.filter-enabled:hover,
.toolbar .btn.filter-enabled:active {
    color: white;
    background-color: #fd7e14;
    border-color: #fd7e14;
}
.toolbar .btn.filter-enabled:focus {
    box-shadow: 0 0 0 3px rgba(253, 126, 20, 0.25);
}
.toolbar .btn-group .dropdown-toggle::after {
    align-self: center;
}
.toolbar .dropdown .dropdown-toggle::after {
    align-self: center;
}
.toolbar .btn-outline-danger {
    color: #007bff;
    border-color: #007bff;
}
.toolbar .btn-outline-danger:focus {
    color: #dc3545;
}
.toolbar .btn-outline-danger:not(:disabled):hover {
    color: #fff;
    border-color: #dc3545;
}
.toolbar .btn-outline-danger:not(:disabled):focus {
    border-color: #dc3545;
}
.toolbar .tbr-label {
    vertical-align: middle;
    line-height: normal;
}
.toolbar .tbr-form-ctrl {
    width: 12em;
    height: auto;
    line-height: normal;
}
.hy-gallery-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5010;
}
.hy-gallery-wrapper .hy-gallery-wrapper-bg {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.1);
}
.hy-gallery-wrapper .hy-gallery-wrapper-bg .hy-gallery-modal {
    position: relative;
    width: 1200px;
    height: 1000px;
    max-width: 75%;
    max-height: 75vh;
    background-color: white;
    border-radius: 0.25rem;
}
.hy-gallery-wrapper .hy-gallery-wrapper-bg .hy-gallery-modal > .swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
}
.hy-gallery-wrapper .hy-gallery-wrapper-bg .hy-gallery-modal > .swiper-container .swiper-slide {
    width: 100%;
}
.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}
.swiper-container .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}
.hy-img-wrapper .img-group {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hy-img-wrapper .img-group > div {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 374px) {
    .hy-img-wrapper .img-group > div {
        max-width: 40px;
        height: 40px;
    }
}
@media screen and (min-width: 375px) {
    .hy-img-wrapper .img-group > div {
        max-width: 50px;
        height: 50px;
    }
}
.hy-img-wrapper .img-group > div img {
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 374px) {
    .hy-img-wrapper .img-group.img-group-lg > div {
        max-width: 60px;
        height: 60px;
    }
}
@media screen and (min-width: 375px) {
    .hy-img-wrapper .img-group.img-group-lg > div {
        max-width: 80px;
        height: 80px;
    }
}
@media screen and (max-width: 374px) {
    .hy-img-wrapper .img-group.img-group-xl > div {
        max-width: 100px;
        height: 100px;
    }
}
@media screen and (min-width: 375px) {
    .hy-img-wrapper .img-group.img-group-xl > div {
        max-width: 120px;
        height: 120px;
    }
}
.hy-img-wrapper .img-group.img-group-auto > div {
    max-width: 100%;
    height: 200px;
    margin-left: 1px;
    margin-right: 1px;
}
.prd-list-cntr {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    overflow: auto;
    position: relative;
    height: 470px;
}
.prd-list-cntr .cx-tab {
    width: 100%;
    height: calc(100% - 50px);
}
.prd-list-cntr .cx-tab .prd-list-content {
    height: 100%;
}
.prd-list-cntr .cx-tab .prd-list-content > .row {
    height: 100%;
}
.prd-list-cntr .cx-tab .prd-list-content > .row > div {
    height: 100%;
}
.prd-list-cntr .cx-tab .prd-list-content > .row > div > div {
    height: 100%;
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.prd-list-cntr .cx-tab .prd-list-content .prd-type-list {
    background-color: #f2f2f2;
    padding-right: 0;
    padding-left: 0;
}
.prd-list-cntr .cx-tab .prd-list-content .prd-type-list .list-group::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #fff;
}
.prd-list-cntr .cx-tab .prd-list-content .prd-type-list .list-group::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
}
.prd-list-cntr .cx-tab .prd-list-content .prd-type-list .list-group::-webkit-scrollbar-track {
    background-color: #fff;
}
.prd-list-cntr .cx-tab .prd-list-content .prd-list {
    padding: 0;
}
.prd-list-cntr .cx-tab .prd-list-content .prd-list .prd-type {
    background-color: #eee;
    font-size: 1rem;
    padding: 0.125rem 0.5rem;
}
.prd-list-cntr .cx-tab .prd-list-content .list-group-item {
    padding: 0.75rem 0;
    text-align: center;
    border-left: 3px solid #f2f2f2;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    background-color: #f2f2f2;
}
.prd-list-cntr .cx-tab .prd-list-content .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.prd-list-cntr .cx-tab .prd-list-content .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.prd-list-cntr .cx-tab .prd-list-content .list-group-item.active,
.prd-list-cntr .cx-tab .prd-list-content .list-group-item:focus,
.prd-list-cntr .cx-tab .prd-list-content .list-group-item.active:hover {
    color: #28a745;
    border-left: 3px solid #28a745;
    background-color: #fff;
}
.prd-list-cntr .prd {
    margin-right: 0;
    margin-left: 0;
}
.prd-list-cntr .prd:not(:last-child) {
    border-bottom: 1px solid #ced4da;
}
.prd-list-cntr .prd .prd-thumbnail {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prd-list-cntr .prd .prd-thumbnail > div {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 374px) {
    .prd-list-cntr .prd .prd-thumbnail > div {
        max-width: 80px;
        height: 80px;
    }
}
@media screen and (min-width: 375px) {
    .prd-list-cntr .prd .prd-thumbnail > div {
        max-width: 100px;
        height: 100px;
    }
}
.prd-list-cntr .prd .prd-thumbnail > div img {
    max-width: 100%;
    max-height: 100%;
}
.prd-list-cntr .prd .prd-info {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}
.prd-list-cntr .prd .prd-info .prd-sub-name {
    font-weight: bold;
    font-size: 0.875rem;
}
.prd-list-cntr .prd .prd-info .prd-sub-name:empty {
    display: none;
}
.prd-list-cntr .prd .prd-info .prd-desc {
    font-size: 0.75rem;
    color: #6c757d;
}
.prd-list-cntr .prd .prd-info .prd-action {
    position: absolute;
    right: 15px;
    bottom: 0.5rem;
}
.prd-list-cntr .prd .prd-info .prd-action button {
    border-radius: 50%;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    align-items: center;
}
.prd-list-cntr .prd .prd-info .prd-action-more {
    display: none;
    align-items: center;
}
.prd-list-cntr .prd .prd-info .prd-action-more .prd-item-qty {
    font-size: 0.875rem;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.prd-list-cntr .prd-selected {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 0px;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    overflow: auto;
    background-color: #fff;
    z-index: 9;
}
.prd-list-cntr .prd-selected > div {
    height: 100%;
}
.prd-list-cntr .prd-selected .prd-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 15px;
    background-color: #f8f9fa;
    margin-right: -15px;
    margin-left: -15px;
}
.prd-list-cntr .prd-selected .prd-items {
    overflow: auto;
    height: calc(100% - 37px - 98px);
    padding: 0 15px;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-overflow-scrolling: touch;
}
.prd-list-cntr .smry-info {
    height: calc(100% - 105px);
}
.prd-list-cntr .smry-info .prd-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 15px;
    background-color: #f8f9fa;
}
.prd-list-cntr .smry-info .prd-items {
    overflow: auto;
    height: calc(100% - 30px);
    padding: 0 15px;
    -webkit-overflow-scrolling: touch;
}
.prd-list-cntr .prd-sub-total {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: normal;
    color: #6c757d;
    font-size: 0.875rem;
}
.prd-list-cntr .cx-action-bar {
    position: fixed;
    z-index: 10;
    bottom: 0;
    height: 50px;
    width: 100%;
    background-color: white;
}
@supports (position: sticky) {
    .prd-list-cntr .cx-action-bar {
        position: sticky;
    }
}
@supports (position: -webkit-sticky) {
    .prd-list-cntr .cx-action-bar {
        position: -webkit-sticky;
    }
}
.prd-list-cntr .cx-action-bar > .container-fluid {
    height: 100%;
}
.prd-list-cntr .cx-action-bar > .container-fluid > .row {
    height: 100%;
}
.prd-list-cntr .cx-action-bar .cx-shopping-cart {
    position: absolute;
}
.prd-list-cntr .cx-action-bar .cx-action {
    display: flex;
    align-items: center;
    justify-content: center;
}
.prd-list-cntr .cx-action-bar .cx-action button {
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    outline: 0;
    cursor: pointer;
    padding: 0 0.5rem;
    height: 100%;
    flex-direction: column;
    align-items: center;
    border-width: 0;
    color: #495057;
}
.prd-list-cntr .cx-action-bar .cx-action button:focus,
.prd-list-cntr .cx-action-bar .cx-action button:hover,
.prd-list-cntr .cx-action-bar .cx-action button:active,
.prd-list-cntr .cx-action-bar .cx-action button.active {
    color: #28a745;
}
.prd-list-cntr .cx-action-bar .cx-action button:not(:disabled) {
    cursor: pointer;
}
.prd-list-cntr .cx-action-bar .cx-action button i {
    font-size: 1.5em;
    margin-right: 0;
}
.prd-list-cntr .cx-action-bar .cx-action button span {
    font-size: 12px;
}
.prd-list-cntr .cx-sub-action-bar {
    position: absolute;
    z-index: 10;
    bottom: 50px;
    height: 34px;
    width: 100%;
    background-color: white;
}
@supports (position: sticky) {
    .prd-list-cntr .cx-sub-action-bar {
        position: sticky;
        bottom: 0;
        width: auto;
    }
}
@supports (position: -webkit-sticky) {
    .prd-list-cntr .cx-sub-action-bar {
        position: -webkit-sticky;
        bottom: 0;
        width: auto;
    }
}
.prd-list-cntr .cx-sub-action-bar > .container-fluid {
    height: 100%;
}
.prd-list-cntr .cx-sub-action-bar > .container-fluid > .row {
    height: 100%;
}
.prd-list-cntr .cx-sub-action-bar .cx-prompt {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    line-height: normal;
    height: 100%;
}
.prd-list-cntr .cx-sub-action-bar .cx-back {
    width: 5rem;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
}
.prd-list-cntr .cx-sub-action-bar .cx-remark {
    margin-left: 0.5rem;
    color: #6c757d;
    font-size: 0.75rem;
}
.prd-list-cntr .cx-sub-action-bar .cx-action {
    display: flex;
    align-items: center;
    justify-content: center;
}
.prd-list-cntr .cx-sub-action-bar .cx-action button {
    height: 100%;
    border-width: 0;
}
.prd-list-cntr .cx-sub-action-bar .cx-action button i {
    font-size: 1.5em;
}
.prd-list-cntr .cx-badge {
    position: absolute;
    top: 1px;
    right: 0;
    background-color: #dc3545;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
    height: 18px;
    opacity: 0.9;
    line-height: normal;
}
.prd-list-cntr .cx-badge:empty {
    display: none;
}
.bg-color-none {
    background-color: transparent;
}
.c-pointer {
    cursor: pointer;
}
.cx-print-wrapper {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.cx-f-xs {
    font-size: 0.75rem !important;
}
.cx-f-sm {
    font-size: 0.875rem !important;
}
.cx-f-1 {
    font-size: 1rem !important;
}
.cx-f-nm {
    font-size: 1rem !important;
}
.cx-f-lg {
    font-size: 1.25rem !important;
}
.cx-f-xl {
    font-size: 1.5rem !important;
}
.cx-gutter-l {
    padding-left: 15px !important;
}
.cx-gutter-r {
    padding-right: 15px !important;
}
.cx-l-height-1 {
    line-height: 1;
}
.cx-l-height-nm {
    line-height: normal;
}
.cx-range {
    position: relative;
    margin-top: 0.5em;
}
.cx-range > .cx-tooltip {
    font-size: 0.75rem;
    text-align: center;
    color: #007bff;
    line-height: 1;
}
.cx-range > input:disabled + .cx-tooltip {
    color: #adb5bd;
}
.cx-hint {
    font-size: 12px;
    text-align: center;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
}
.cx-hint:not(:only-child) {
    display: none;
}
.cx-hint span {
    color: #6c757d;
    background-color: #f2f2f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 12px;
}
.cx-close {
    position: absolute;
    z-index: 4;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 0.875rem;
    border-radius: 1rem;
    cursor: pointer;
}
.cx-close:hover a {
    color: #343a40;
}
.cx-close.top-left {
    top: 1px;
    left: 2px;
    opacity: 0.7;
}
.cx-close.top-center {
    top: -12px;
    left: calc(50% - 12px);
    padding: 2px;
}
.cx-close.top-right {
    top: 1px;
    right: 2px;
    opacity: 0.7;
}
.cx-close > span {
    border: 1px solid #6c757d;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    width: 24px;
    background-color: #fff;
}
.cx-close.circle > span {
    border-radius: 12px;
}
.cx-close a {
    color: #6c757d;
    text-decoration: none;
}
.d-flex-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.d-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.d-i-flex-center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.d-i-flex-between {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.d-i-flex-start {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.d-i-flex-end {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.dl-item-cmd {
    font-size: 0.875rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    white-space: nowrap;
}
.dl-item-cmd > .btn-group > button {
    min-height: 2rem;
}
.dl-item-cmd > .btn-group > button.btn {
    padding: 0.25rem 0.375rem;
    border-width: 0;
    border-radius: 0.25rem !important;
    line-height: 1 !important;
    align-items: center;
}
.dl-item-cmd > .btn-group > button.btn-outline-danger {
    color: #007bff;
}
.dl-item-cmd > .btn-group > button.btn-outline-danger:focus {
    color: #dc3545;
}
.dl-item-cmd > .btn-group > button.btn-outline-danger:not(:disabled):hover {
    color: #fff;
}
.dl-item-cmd > .btn-group > .btn-group > button {
    min-height: 2rem;
    align-items: center !important;
}
.dl-item-cmd > .btn-group > .btn-group > button.btn {
    padding: 0.25rem 0.375rem;
    border-width: 0;
    border-radius: 0.25rem !important;
}
.flat-col {
    padding-left: 0px;
    padding-right: 0px;
}
.flat-row {
    margin-right: -15px;
    margin-left: -15px;
}
.fw-1 {
    text-align: center;
    width: 1em;
}
.fw-2 {
    text-align: center;
    width: 1.25em;
}
.fw-3 {
    text-align: center;
    width: 1.5em;
}
.input-group-fix {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}
.input-group-fix.btn {
    align-items: center;
}
.no-data {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: gray;
}
@media (min-width: 768px) {
    .no-data {
        height: 180px;
    }
}
@media (max-width: 767.98px) {
    .no-data {
        height: 120px;
    }
}
.no-data-div:not(:only-child) {
    display: none;
}
.p-relative {
    position: relative;
}
.p-sim-ctrl {
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
}
@media (min-width: 768px) {
    .pl-compact-md-1 {
        padding-left: 1px !important;
    }
}
@media (min-width: 768px) {
    .pr-compact-md-1 {
        padding-right: 1px !important;
    }
}
.price {
    color: #dc3545;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: normal;
}
.price:before {
    content: '\FFE5';
}
.price:empty {
    display: none;
}
.price.member {
    color: #b8860b;
}
.price.member:not(.no-badge):after {
    content: '\4F1A\5458\4EF7';
    font-size: 10px;
    background-color: #b8860b;
    color: #ffd700;
    padding: 0px 6px;
    border-radius: 8px;
    margin-left: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1.5;
}
.cx-editable-list > div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.25rem 0 0.5rem;
}
.cx-editable-list > div:hover {
    background-color: #f5f5f5;
}
.cx-editable-list > div > div {
    display: inline-block;
}
.cx-editable-list > div > div.hs-item-selected {
    background-color: #c8e8fe;
}
@media (min-width: 768px) {
    .cx-editable-list > div > div.hs-item-selected:hover {
        background-color: #b3d9f4 !important;
    }
}
.cx-editable-list > div > div:first-child {
    width: calc(100% - 115px);
    max-width: calc(100% - 115px);
}
.cx-editable-list > div > div:last-child {
    font-size: 14px;
    display: inline-block;
    text-align: right;
    cursor: pointer;
    color: #489ffc;
    width: 111px;
}
.cx-editable-list > div > div:last-child .btn {
    padding: 0.5rem;
    border-width: 0;
    border-radius: 0.25rem !important;
    line-height: 1 !important;
    align-items: center;
}
.cx-editable-list > div > div:last-child .btn-outline-danger {
    color: #007bff;
}
.cx-editable-list > div > div:last-child .btn-outline-danger:focus {
    color: #dc3545;
}
.cx-editable-list > div > div:last-child .btn-outline-danger:not(:disabled):hover {
    color: #fff;
}
.cx-cbx-list {
    display: none;
    width: 100%;
    height: 400px;
    overflow: auto;
    position: absolute;
    top: -40px;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.cx-cbx-list > .cx-cbx-list-header {
    height: 48px;
    border-bottom: 1px solid #ced4da;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cx-cbx-list > .cx-cbx-list-body {
    height: calc(100% - 98px);
}
.cx-cbx-list > .cx-cbx-list-body .custom-checkbox {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
}
.cx-cbx-list > .cx-cbx-list-body .custom-checkbox:hover {
    background-color: #f5f5f5;
}
.cx-cbx-list > .cx-cbx-list-footer {
    height: 48px;
    border-top: 1px solid #ced4da;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scale-1 {
    transform: scale(1);
}
.scale-125 {
    transform: scale(1.25);
}
.scale-15 {
    transform: scale(1.5);
}
.scale-2 {
    transform: scale(2);
}
.table-row-no-data {
    display: none;
}
.table-row-no-data:only-child {
    display: table-row;
}
.table-row-no-data > td {
    text-align: center;
    color: gray;
    vertical-align: middle !important;
}
@media (min-width: 768px) {
    .table-row-no-data > td {
        height: 180px;
    }
}
@media (max-width: 767.98px) {
    .table-row-no-data > td {
        height: 120px;
    }
}
.table-empty {
    text-align: center;
    color: gray;
    vertical-align: middle !important;
}
@media (min-width: 768px) {
    .table-empty {
        height: 180px;
    }
}
@media (max-width: 767.98px) {
    .table-empty {
        height: 120px;
    }
}
.table-fixed {
    table-layout: fixed;
}
.table-fixed > thead > tr > th,
.table-fixed > tbody > tr > th,
.table-fixed > tbody > tr > td:not(.td-date) {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.table-fixed > thead > tr > th.overflow-clip-left,
.table-fixed > tbody > tr > th.overflow-clip-left,
.table-fixed > tbody > tr > td:not(.td-date).overflow-clip-left {
    direction: rtl;
    text-align: left;
}
.table-fixed-wrap {
    table-layout: fixed;
}
.table-fixed-wrap > thead > tr > th,
.table-fixed-wrap > tbody > tr > th,
.table-fixed-wrap > tbody > tr > td:not(.td-date) {
    word-break: break-word !important;
}
@media (min-width: 768px) {
    .fixed-thead > thead > tr > th {
        top: 0;
        z-index: 6;
    }
    @supports (position: -webkit-sticky) {
        .fixed-thead > thead > tr > th {
            position: -webkit-sticky !important;
        }
    }
    @supports (position: sticky) {
        .fixed-thead > thead > tr > th {
            position: sticky !important;
        }
    }
}
.fixed-row-1st-cell > tbody > tr > td:first-child {
    z-index: 4;
    left: 0;
}
@supports (position: -webkit-sticky) {
    .fixed-row-1st-cell > tbody > tr > td:first-child {
        position: -webkit-sticky !important;
    }
}
@supports (position: sticky) {
    .fixed-row-1st-cell > tbody > tr > td:first-child {
        position: sticky !important;
    }
}
.fixed-row-1st-cell.fixed-thead > thead > tr > th:first-child {
    z-index: 7;
    left: 0;
}
.fixed-row-2nd-cell > tbody > tr > td:nth-child(2) {
    z-index: 4;
    left: 3em;
}
@supports (position: -webkit-sticky) {
    .fixed-row-2nd-cell > tbody > tr > td:nth-child(2) {
        position: -webkit-sticky !important;
    }
}
@supports (position: sticky) {
    .fixed-row-2nd-cell > tbody > tr > td:nth-child(2) {
        position: sticky !important;
    }
}
.fixed-row-2nd-cell.fixed-thead > thead > tr > th:nth-child(2) {
    z-index: 7;
    left: 3em;
}
.fixed-row-3rd-cell > tbody > tr > td:nth-child(3) {
    z-index: 4;
    left: 15em;
}
@supports (position: -webkit-sticky) {
    .fixed-row-3rd-cell > tbody > tr > td:nth-child(3) {
        position: -webkit-sticky !important;
    }
}
@supports (position: sticky) {
    .fixed-row-3rd-cell > tbody > tr > td:nth-child(3) {
        position: sticky !important;
    }
}
.fixed-row-3rd-cell.fixed-thead > thead > tr > th:nth-child(3) {
    z-index: 7;
    left: 15em;
}
.fixed-row-last-cell > tbody > tr > td:last-child {
    z-index: 4;
    right: 0;
}
@supports (position: -webkit-sticky) {
    .fixed-row-last-cell > tbody > tr > td:last-child {
        position: -webkit-sticky !important;
    }
}
@supports (position: sticky) {
    .fixed-row-last-cell > tbody > tr > td:last-child {
        position: sticky !important;
    }
}
.fixed-row-last-cell.fixed-thead > thead > tr > th:last-child {
    z-index: 7;
    right: 0;
}
.fixed-table-cell {
    z-index: 4;
}
@supports (position: -webkit-sticky) {
    .fixed-table-cell {
        position: -webkit-sticky !important;
    }
}
@supports (position: sticky) {
    .fixed-table-cell {
        position: sticky !important;
    }
}
.table-zebra > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-zebra > tbody > tr:nth-of-type(odd) .fixed-table-cell {
    background-color: #f5f5f5;
}
.table-zebra > tbody > tr:nth-of-type(odd):hover {
    background-color: #f4fcff;
}
.table-zebra > tbody > tr:nth-of-type(odd):hover .fixed-table-cell {
    background-color: #e0f7fe;
}
.table-zebra > tbody > tr:nth-of-type(even) {
    background-color: #f9f9f9;
}
.table-zebra > tbody > tr:nth-of-type(even) .fixed-table-cell {
    background-color: #f5f5f5;
}
.table-zebra > tbody > tr:nth-of-type(even):hover {
    background-color: #f4fcff;
}
.table-zebra > tbody > tr:nth-of-type(even):hover .fixed-table-cell {
    background-color: #e0f7fe;
}
.table-zebra.fixed-row-1st-cell > tbody > tr > td:first-child:not(:only-child) {
    background-color: #f5f5f5;
}
.table-zebra.fixed-row-1st-cell > tbody > tr:hover > td:first-child:not(:only-child) {
    background-color: #e0f7fe;
}
.table-zebra.fixed-row-2nd-cell > tbody > tr:nth-of-type(odd) > td:nth-child(2) {
    background-color: #fafafa;
}
.table-zebra.fixed-row-2nd-cell > tbody > tr:nth-of-type(odd):hover > td:nth-child(2) {
    background-color: #f4fcff;
}
.table-zebra.fixed-row-2nd-cell > tbody > tr:nth-of-type(even) > td:nth-child(2) {
    background-color: #f9f9f9;
}
.table-zebra.fixed-row-2nd-cell > tbody > tr:nth-of-type(even):hover > td:nth-child(2) {
    background-color: #f4fcff;
}
.table-zebra.fixed-row-3rd-cell > tbody > tr:nth-of-type(odd) > td:nth-child(3) {
    background-color: #fafafa;
}
.table-zebra.fixed-row-3rd-cell > tbody > tr:nth-of-type(odd):hover > td:nth-child(3) {
    background-color: #f4fcff;
}
.table-zebra.fixed-row-3rd-cell > tbody > tr:nth-of-type(even) > td:nth-child(3) {
    background-color: #f9f9f9;
}
.table-zebra.fixed-row-3rd-cell > tbody > tr:nth-of-type(even):hover > td:nth-child(3) {
    background-color: #f4fcff;
}
.table-zebra.fixed-row-last-cell > tbody > tr > td:last-child:not(:only-child) {
    background-color: #f5f5f5;
}
.table-zebra.fixed-row-last-cell > tbody > tr:hover > td:last-child:not(:only-child) {
    background-color: #e0f7fe;
}
@media (min-width: 768px) {
    .table-responsive.fit2height {
        max-height: calc(100vh - 160px);
    }
}
@media (min-width: 768px) {
    .table-responsive.fit2height-tab {
        max-height: calc(100vh - 208px);
    }
}
@media (min-width: 768px) {
    .table-responsive.fit2height-pgr {
        max-height: calc(100vh - 198px);
    }
}
@media (min-width: 768px) {
    .table-responsive.fit2height-tab-pgr {
        max-height: calc(100vh - 246px);
    }
}
.table-responsive.max-height {
    height: calc(100vh - 100px - 56px - 4px);
}
.td-date {
    position: relative;
}
.td-wrap {
    text-overflow: inherit !important;
    white-space: normal !important;
    overflow: inherit !important;
    word-break: break-all !important;
}
.table tr .td-indexer {
    cursor: default;
    position: relative;
    text-align: center;
    height: 34px;
}
.table tr .td-indexer input {
    position: absolute;
    z-index: -1;
    opacity: 0 !important;
}
.table tr .td-indexer input:checked ~ label.checkbox {
    opacity: 1;
}
.table tr .td-indexer input:checked ~ label.checkbox > .checked {
    display: inline;
    color: #007bff;
}
.table tr .td-indexer input:checked ~ label.checkbox > .unchecked {
    display: none;
}
.table tr .td-indexer input:checked ~ span {
    opacity: 0;
}
.table tr .td-indexer input:focus ~ label.checkbox {
    opacity: 1;
}
.table tr .td-indexer input:focus ~ span {
    opacity: 0;
}
.table tr .td-indexer input ~ label.checkbox > .checked {
    display: none;
}
.table tr .td-indexer label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 9;
    margin: 0;
    color: #66b0ff;
}
.table tr .td-indexer label i {
    font-size: 1.25em;
    border-radius: 0.125rem;
}
.table tr .td-indexer span {
    transition: opacity 0.5s ease-in-out;
}
.table tr:hover .td-indexer input ~ label.checkbox {
    opacity: 1;
}
.table tr:hover .td-indexer span:not(:only-child) {
    opacity: 0;
}
.thumbnail {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 50px;
}
.thumbnail img {
    margin-right: 0.25rem;
    max-width: 100%;
    max-height: 100%;
}
.thumbnail-lg {
    height: 80px;
}
.thumbnail-group {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumbnail-group > div {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 374px) {
    .thumbnail-group > div {
        max-width: 40px;
        height: 40px;
    }
}
@media screen and (min-width: 375px) {
    .thumbnail-group > div {
        max-width: 50px;
        height: 50px;
    }
}
.thumbnail-group > div img {
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 374px) {
    .thumbnail-group.thumbnail-group-lg > div {
        max-width: 60px;
        height: 60px;
    }
}
@media screen and (min-width: 375px) {
    .thumbnail-group.thumbnail-group-lg > div {
        max-width: 80px;
        height: 80px;
    }
}
@media screen and (max-width: 374px) {
    .thumbnail-group.thumbnail-group-xl > div {
        max-width: 100px;
        height: 100px;
    }
}
@media screen and (min-width: 375px) {
    .thumbnail-group.thumbnail-group-xl > div {
        max-width: 120px;
        height: 120px;
    }
}
.thumbnail-group.thumbnail-group-auto > div {
    max-width: 100%;
    height: 200px;
    margin-left: 1px;
    margin-right: 1px;
}
.tr-disabled {
    color: #adb5bd;
    opacity: 0.8;
}
.tr-deleted td {
    color: #adb5bd;
    text-decoration: line-through;
    opacity: 0.5;
}
.text-ellipsis {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.transparent {
    opacity: 0;
    filter: alpha(opacity=0);
}
.tv-cntr {
    overflow: auto;
}
.tv-cntr:not(.tv-in-modal) {
    height: 100%;
    top: 100px;
}
@supports (position: -webkit-sticky) {
    .tv-cntr:not(.tv-in-modal) {
        position: -webkit-sticky;
    }
}
@supports (position: sticky) {
    .tv-cntr:not(.tv-in-modal) {
        position: sticky;
    }
}
@media (min-width: 768px) {
    .tv-cntr:not(.tv-in-modal) {
        min-height: calc(100vh - 48px - 43px - 16px - 1px);
        max-height: calc(100vh - 48px - 43px - 16px - 1px);
    }
}
@media (max-width: 767.98px) {
    .tv-cntr:not(.tv-in-modal) {
        min-height: calc(100vh - 65px - 43px - 16px - 1px);
        max-height: calc(100vh - 65px - 43px - 16px - 1px);
    }
}
.tv-cntr.tv-exclude-toolbar {
    top: 150px;
}
@media (min-width: 768px) {
    .tv-cntr.tv-exclude-toolbar {
        min-height: calc(100vh - 48px - 43px - 16px - 50px - 4px);
        max-height: calc(100vh - 48px - 43px - 16px - 50px - 4px);
    }
}
@media (max-width: 767.98px) {
    .tv-cntr.tv-exclude-toolbar {
        min-height: calc(100vh - 65px - 43px - 16px - 50px - 4px);
        max-height: calc(100vh - 65px - 43px - 16px - 50px - 4px);
    }
}
.tv-cntr.tv-in-modal {
    min-height: 420px;
    max-height: 1000px;
    height: calc(60vh);
}
.tv-cntr .treeview {
    min-width: 100%;
    width: fit-content;
}
.treeview .list-group-item {
    border-left: 0;
    border-right: 0;
    line-height: 1;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}
.treeview .node-disabled {
    text-decoration: line-through;
}
.treeview .list-group-item.active,
.treeview .list-group-item:focus {
    background-color: #b8ecfd;
}
.treeview .list-group-item.active:hover {
    background-color: #93e1fb;
}
.treeview .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.treeview .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.tv-wrapper {
    min-height: 100%;
}
.tv-cbx-checked,
.tv-cbx-unchecked {
    color: #007bff;
}
.tv-cbx-checked:hover,
.tv-cbx-unchecked:hover {
    color: #0056b3;
}
.tv-cbx-partial-checked {
    color: #6610f2;
}
.tv-cbx-partial-checked:hover {
    color: #4709ac;
}
.tv-branch {
    color: #ffc107;
    text-align: center;
    width: 1em !important;
}
.tv-leaf {
    color: #28a745;
    text-align: center;
    width: 1em !important;
}
.tv-loading {
    color: #ffc107;
    text-align: center;
    width: 1em !important;
}
.tv-total {
    color: #3399cc;
    text-align: center;
    width: 1em !important;
}
.tv-sfxm {
    color: #6699cc;
    text-align: center;
    width: 1.25em !important;
}
.tv-sfbz {
    color: #28a745;
    text-align: center;
    width: 1.25em !important;
}
.tv-gtyb-yblx {
    color: #6699cc;
    text-align: center;
    width: 1.25em !important;
}
.tv-gtyb-sjyb {
    color: #0099ff;
    text-align: center;
    width: 1.25em !important;
}
.tv-gtyb-ftyb {
    color: #28a745;
    text-align: center;
    width: 1.25em !important;
}
.tv-sq {
    color: #6699cc;
    text-align: center;
    width: 1em !important;
}
.tv-qy {
    color: #6699ff;
    text-align: center;
    width: 1em !important;
}
.tv-ly {
    color: #0099ff;
    text-align: center;
    width: 1em !important;
}
.tv-dy {
    color: #0099cc;
    text-align: center;
    width: 1em !important;
}
.tv-fc {
    color: #28a745;
    text-align: center;
    width: 1em !important;
    position: relative;
}
.tv-fc:after {
    color: #fff;
    border-radius: 10px;
    position: absolute;
    left: -6px;
    top: -6px;
    font-size: 10px;
    padding: 2px;
    opacity: 0.85;
}
.tv-fc.ycz {
    color: #660099;
}
.tv-fc.yczbf {
    color: #b32af7;
}
.tv-fc.wcz {
    color: #6600cc;
}
.tv-fc.yrz {
    color: #28a745;
}
.tv-fc.wrz {
    color: #607d8b;
}
.tv-fc.ysl {
    color: #28a745;
}
.tv-fc.wsl {
    color: #ffa500;
}
.tv-fc.wcs {
    color: #dc3545;
}
.tv-fc.ycz:after {
    content: '\79df';
    background-color: #660099;
}
.tv-fc.yczbf:after {
    content: '\79df';
    background-color: #b32af7;
}
.tv-fc.wcz:after {
    content: '\79df';
    background-color: #6600cc;
}
.tv-fc.wsl:after {
    content: '\5173';
    background-color: #ffa500;
}
.tv-fc.wrz:after {
    content: '\5173';
    background-color: #607d8b;
}
.tv-fc.wcs:after {
    content: '\7a7a';
    background-color: #dc3545;
}
.tv-kh {
    color: #28a745;
    text-align: center;
    width: 1em !important;
    position: relative;
}
.tv-kh:after {
    color: #fff;
    border-radius: 10px;
    position: absolute;
    left: -6px;
    top: -6px;
    font-size: 10px;
    padding: 2px;
    opacity: 0.85;
}
.tv-kh.khlxdm-00 {
    color: #28a745;
}
.tv-kh.khlxdm-01 {
    color: #5dd879;
}
.tv-kh.khlxdm-02 {
    color: #007bff;
}
.tv-kh.khlxdm-03 {
    color: #660099;
}
.tv-kh.khlxdm-04 {
    color: #a0f;
}
.tv-kh.khlxdm-05 {
    color: #663333;
}
.tv-kh.khlxdm-09 {
    color: #666633;
}
.tv-kh.khlxdm-00:after {
    content: '\4e1a';
    background-color: #28a745;
}
.tv-kh.khlxdm-01:after {
    content: '\5171';
    background-color: #5dd879;
}
.tv-kh.khlxdm-02:after {
    content: '\5bb6';
    background-color: #007bff;
}
.tv-kh.khlxdm-03:after {
    content: '\79df';
    background-color: #660099;
}
.tv-kh.khlxdm-04:after {
    content: '\540c';
    background-color: #a0f;
}
.tv-kh.khlxdm-05:after {
    content: '\5f00';
    background-color: #663333;
}
.tv-kh.khlxdm-09:after {
    content: '\5176';
    background-color: #666633;
}
.tv-yb {
    color: #28a745;
    text-align: center;
    width: 1em !important;
    position: relative;
}
.tv-yb:after {
    color: #fff;
    border-radius: 10px;
    position: absolute;
    left: -6px;
    top: -6px;
    font-size: 10px;
    padding: 2px;
    opacity: 0.85;
}
.tv-yb.yblxdm-01 {
    color: #28a745;
}
.tv-yb.yblxdm-02 {
    color: #007bff;
}
.tv-yb.yblxdm-03 {
    color: #660099;
}
.tv-yb.yblxdm-04 {
    color: #663333;
}
.tv-yb.yblxdm-01:after {
    content: '\6C34';
    background-color: #28a745;
}
.tv-yb.yblxdm-02:after {
    content: '\7535';
    background-color: #007bff;
}
.tv-yb.yblxdm-03:after {
    content: '\5929';
    background-color: #660099;
}
.tv-yb.yblxdm-04:after {
    content: '\6696';
    background-color: #663333;
}
.tv-expand {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 1rem !important;
    text-align: center;
    color: #6c757d;
}
.tv-expand:hover {
    color: #04ced8;
}
.transparent {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 1rem !important;
}
.tv-invalid {
    opacity: 0.5;
}
.treeview .node-disabled .node-icon {
    color: silver;
}
.treeview .node-disabled .node-icon:hover {
    color: silver;
}
.treeview .node-disabled .check-icon {
    color: silver;
}
.treeview .node-disabled .check-icon:hover {
    color: silver;
}
.treeview .node-disabled .tv-kh:after {
    background-color: silver;
}
.treeview .node-disabled .tv-yb:after {
    background-color: silver;
}
.treeview .check-icon.node-check-disabled {
    color: silver;
}
.treeview .check-icon.node-check-disabled:hover {
    color: silver;
}
.tv-bubble {
    background-color: #e1e1e1;
    border-radius: 1rem;
    opacity: 0.9;
    padding: 0.25rem 1rem;
    position: absolute;
    top: 0.75rem;
    right: 0.875rem;
    color: rgba(0, 0, 0, 0.5);
}
.tv-bubble:empty {
    display: none;
}
.w-transition {
    -moz-transition: width 2s ease-in-out 1s;
    -webkit-transition: width 2s ease-in-out 1s;
    -o-transition: width 2s ease-in-out 1s;
    transition: width 2s ease-in-out 1s;
}
.w-25 {
    width: 25% !important;
}
.w-33 {
    width: 33.33% !important;
}
.w-50 {
    width: 50% !important;
}
.w-66 {
    width: 66.67% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto;
}
.w-limited-1 {
    max-width: 1000px;
    margin: 0 auto;
}
.table > thead > tr > th.d-sn {
    width: 3em;
}
.table > thead > tr > th.d-cmd {
    width: 7em;
}
.table > thead > tr > th.d-xs-cmd {
    width: 4em;
}
.table > thead > tr > th.d-sm-cmd {
    width: 7em;
}
.table > thead > tr > th.d-nm-cmd {
    width: 10em;
}
.table > thead > tr > th.d-lg-cmd {
    width: 12em;
}
.table > thead > tr > th.d-xl-cmd {
    width: 15em;
}
.table > thead > tr > th.d-2xl-cmd {
    width: 18em;
}
.table > thead > tr > th.d-rq7 {
    width: 7em;
}
.table > thead > tr > th.d-rq10 {
    width: 8em;
}
.table > thead > tr > th.d-rq20 {
    width: 13em;
}
.table > thead > tr > th.f-center {
    text-align: center;
}
.table > thead > tr > th.f-right {
    text-align: right;
}
.table > tbody > tr > td.f-center {
    text-align: center;
}
.table > tbody > tr > td.f-right {
    text-align: right;
}
.table > thead > tr > th.d-xs {
    width: 5em;
}
.table > thead > tr > th.d-sm {
    width: 8em;
}
.table > thead > tr > th.d-nm {
    width: 12em;
}
.table > thead > tr > th.d-lg {
    width: 15em;
}
.table > thead > tr > th.d-xl {
    width: 25em;
}
.table > thead > tr > th.d-2xl {
    width: 40em;
}
.table > thead > tr > th.d-auto {
    width: auto;
}
@media (min-width: 1508px) {
    .table > thead > tr > th.d-xl-auto {
        width: auto;
    }
}
@media (min-width: 1808px) {
    .table > thead > tr > th.d-2xl-auto {
        width: auto;
    }
}
@media (min-width: 2108px) {
    .table > thead > tr > th.d-3xl-auto {
        width: auto;
    }
}
@media (min-width: 2508px) {
    .table > thead > tr > th.d-4xl-auto {
        width: auto;
    }
}
@media (min-width: 3008px) {
    .table > thead > tr > th.d-5xl-auto {
        width: auto;
    }
}
/*# sourceMappingURL=base.css.map */
